Pro-Cloud API Web Service
Method/ProCloudWS.asmx/ContractGetByProviderBranch
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/ContractGetByProviderBranch (Method)
Description
This web method returns contract details running under a specfic provider branch.
Request (ContractGetByProviderBranchSoapIn)

The request body is of type ContractGetByProviderBranch.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string
 xml:int
intProviderBranchId Element strPassword Element objProviderGUId Element Sequence ContractGetByProviderBranch Element

Overview

Response (ContractGetByProviderBranchSoapOut)

The response body is of type ContractGetByProviderBranchResponse.

Response Body Parameters

NameDescriptionData Type
 objContractGetByProviderBranchReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence ContractGetByProviderBranchResult Element Sequence ContractGetByProviderBranchResponse Element

Overview

Sequence
Example
<?xml version="1.0" encoding="utf-8"?>
<objContractGetByProviderBranchReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pro-cloud.org/">
  <intErrorId>0</intErrorId>
  <strErrorMsg />
  <xmlDataSet>
    <NewDataSet xmlns="">
      <ContractGetByProviderBranch>
        <ContractId>68</ContractId>
        <ContractGUId>4a7c392d-fa91-4957-aff8-216d84803dd1</ContractGUId>
        <ContractName>Example Company</ContractName>
        <ContractCode>Example Company</ContractCode>
        <ContractContactEmail>admin@examplecompany.co.uk</ContractContactEmail>
        <BranchName>Example Company Centre</BranchName>
      </ContractGetByProviderBranch>
    </NewDataSet>
  </xmlDataSet>
</objContractGetByProviderBranchReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service